var runtime.stackLarge
17 uses
runtime (current package)
stack.go#L163: var stackLarge struct {
stack.go#L176: for i := range stackLarge.free {
stack.go#L177: stackLarge.free[i].init()
stack.go#L178: lockInit(&stackLarge.lock, lockRankStackLarge)
stack.go#L411: lock(&stackLarge.lock)
stack.go#L412: if !stackLarge.free[log2npage].isEmpty() {
stack.go#L413: s = stackLarge.free[log2npage].first
stack.go#L414: stackLarge.free[log2npage].remove(s)
stack.go#L416: unlock(&stackLarge.lock)
stack.go#L551: lock(&stackLarge.lock)
stack.go#L552: stackLarge.free[log2npage].insert(s)
stack.go#L553: unlock(&stackLarge.lock)
stack.go#L1312: lock(&stackLarge.lock)
stack.go#L1313: for i := range stackLarge.free {
stack.go#L1314: for s := stackLarge.free[i].first; s != nil; {
stack.go#L1316: stackLarge.free[i].remove(s)
stack.go#L1322: unlock(&stackLarge.lock)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)